func runtime.notewakeup

20 uses

	runtime (current package)
		lock_futex.go#L149: func notewakeup(n *note) {
		proc.go#L1689: 		notewakeup(&sched.sysmonnote)
		proc.go#L1705: 			notewakeup(&mp.park)
		proc.go#L2154: 		notewakeup(&sched.safePointNote)
		proc.go#L2789: 			notewakeup(&newmHandoff.wake)
		proc.go#L3017: 	notewakeup(&nmp.park)
		proc.go#L3059: 			notewakeup(&sched.stopnote)
		proc.go#L3068: 			notewakeup(&sched.safePointNote)
		proc.go#L3186: 	notewakeup(&mp.park)
		proc.go#L3212: 		notewakeup(&sched.stopnote)
		proc.go#L4511: 		notewakeup(&sched.sysmonnote)
		proc.go#L4539: 			notewakeup(&sched.stopnote)
		proc.go#L4784: 		notewakeup(&sched.sysmonnote)
		proc.go#L4832: 		notewakeup(&sched.sysmonnote)
		proc.go#L6027: 			notewakeup(&mp.park)
		profbuf.go#L386: 			notewakeup(&b.wait)
		profbuf.go#L413: 			notewakeup(&b.wait)
		rwmutex.go#L112: 				notewakeup(&w.park)
		rwmutex.go#L155: 		notewakeup(&reader.park)
		sigqueue.go#L116: 				notewakeup(&sig.note)